home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_11135_goChapterCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
349b
|
10 lines
global chapterstart
put chapterstart into cs
do "sort items of cs numeric"
repeat
if item 1 of cs is not a number or value of item 1 of cs < 1 then delete item 1 of cs
else exit repeat
end repeat
if which > the number of items in cs
then answer tStr("LibMsg",35)&" (1 "&tStr("LibMsg",18)&&the number of items in cs&")."
else goPage item which of cs